projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e92ced2
)
postrelease version bump
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 10 Apr 2018 21:17:04 +0000
(23:17 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 10 Apr 2018 21:17:04 +0000
(23:17 +0200)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1cee024cbd48ba8ef25ce99b9ac87383771d266b..1dfdccdebbcd0a9f7ab6c64a69f0652fed5943ae 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [4
6
])
+m4_define([babl_micro_version], [4
7
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index ba0120f3421586dde02f3df93b6d3aeeb9833a97..5795c9645bb5a9b99b583b466bf27f600e0e1bed 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.4
6
',
+ version: '0.1.4
7
',
meson_version: '>=0.40.0',
default_options: [
'sysconfdir=/etc',